I have implemented the whole session details using database.
But i believe there is a better way than storing in database or say may be in a file. If details such as this i.e. session details which has to be accessed regularly on all the web page, it is awfull to make so many database transaction. So if we can somehow maintain the session details in Shared variable of apache. Then the task would have been more easier. can you suggest me whether wat i ve thought is correct or wrong? if it is wright, Do you have any solution.