Is there any way to set the life time on a specific session. For example let's say that I have 2 session:
$_SESSION['A']='1'
$_SESSION['B']='2'
I want, for example, change the life time on the session A, on 60s. Could I do this without using cookies (For avoid user manipulation)?