28 May
2011
28 May
'11
9:27 a.m.
On 27/05/2011 23:56, David Precious wrote:
On Friday 27 May 2011 19:55:39 Gurunandan Bhat wrote:
I am planning to use the session id for session as a key for a hash that I am maintaining. How do I get the session id from the session object?
Off the top of my head, engine('session')->id() should do the job.
Or even session->id; -- Alexis Sukrieh