This topic is locked

How to save a session variable related to a user?

5/31/2011 11:52:55 AM
PHPRunner General questions
G
gokguz author

Hello,
I'd like to know how to register a session variable for each user at every logout.
The idea is to use that variable to resume the session at login with the same settings for each user.

I have the following settings in our server:

session.save_path = /var/lib/php5
Best regards