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