I have a php session . It's lifetime expiration is set to 1 week from current date(30-dec-2013).
Scenario: 1. Changed system time to 6th January 2014 , then expiry date changed to 13th Jan 2014 (i.e one week from 6th Jan 2014). 2. Now again I changed system time to current date and time (30-dec-2013),
Doubt: Still the expiry date is shown as 13th Jan 2014 , Should not it be 6th Jan, since it is set for one week from today's date?
Thanks in advance!!