The values you have described relate to cookies. These are persistent data containers held by the client browser and are different to the session values held on the server and accessible through PHP. The user credentials and validation are held in server session and you will need to modify these on the server to extend them past the default 30 minute expiration.
Ali 2008/5/12 Mohammad Ali Safari <[EMAIL PROTECTED]>: > I have seen several discussions over the forums and never saw a complete > answer to it. > > My problem is that sessions expire within 30 minutes regardless of the > timeout value in my settings.yml > > I check the cookies and it says the session cookie is expiring in a month > (which is correct by my timeout value which is 1800000) but still it does > not change anything. web_deub also tell me that sf_timeout is correct. > > But regardless of these, users are logged out every 30 mins. > > cheers, > --Mohammad > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
