Gossamer Forum
Quote Reply
Session files in 2.1.2
What has happened to the user's session files in 2.1.2? Just wondering what might have changed from version 2.1.1 to 2.1.2 to cause all my who's online scripts to breakFrown.

I am looking at the 2.1.2 session files and I can't spot the difference (not that I have an old session file to compare it with).

Quote:
$SESSION = {
'username' => 'Bill'
};
Quote Reply
Re: [Ian] Session files in 2.1.2 In reply to
I believe a new table has been added for sessions.
Quote Reply
Re: [Paul] Session files in 2.1.2 In reply to
Really.... must have a look... BRB
Quote Reply
Re: [Paul] Session files in 2.1.2 In reply to
Ahhh, so I see the table which contains:

session_id
session_user_id
session_date
session_data

I guess this is updated as each user comes and goes, .... session_data? could this be the cookie?
Quote Reply
Re: [Ian] Session files in 2.1.2 In reply to
I only have teh table Sessions in my 212, whats wrong?
Thanks a lot for your help,
Christian