php session validity -


i have small doubt php sessions.

when session starts , initialized $_session['login_time'] = time(); hold current time until session destroyed or browser closed?

it holds timestamp assigned at time did it.

this value kept till session destroyed (either or client closing browser).


Comments