|
Posted by Curtis on 02/17/07 06:41
damod.php@gmail.com wrote:
> what is the life time(min, Max) of session variables,,
> I want to know about sessions
That's what Google is for.
> whats session what is cookie whts the diff between
> where the sessinon stored where the cookie stored
> i want to set the session variable life time is all366 days ,it's
> possible,
> similarly cookies also can u give clear details
A little difficult to give clear details to a question all over the place.
Session cookies are only meant to last as long as the browser is open,
or until the user chooses to log out. You can use the setcookie
function to set cookies and their expiry.
[Back to original message]
|