I forgot to mention that this represents the session cookie, i.e. the session will be valid for as long as that session cookie stays valid. So, whatever cookie you additionally define, it will last as long as you eventually define it in your code, or shorter, if the user removes all cookies. Therefore it is actually up to you, how long your cookies will last.
On 20 Jan., 18:36, "carsten.klein" <[email protected]> wrote: > Hi, > > you can verify the datetime that a cookie is valid for, when right > clicking on the page and selecting page details/properties > in for example Firefox. Under Security you will find the "cookies" > Button which will bring you to a list of currently set cookies. > > In my case, the cookie is set to a datetime in the future, I have > established the original connection around Wednesday last week: > Di 20 Apr 2010 00:14:13 CEST > > Unless you server configuration dictates otherwise, this should be > similar to your configuration, with different datetime though. > > Regards > > Carsten > > On 20 Jan., 11:27, anatoly techtonik <[email protected]> wrote: > > > Hi, > > > Can anybody confirm that Cookie is recreated anew on every request? > > I.e. cookie data lifetime is one request only? I.e. if I add my data > > into outcookie - it will be lost when Trac processes next request > > unless I re-add it from incookie to outcookie in this request > > explicitly? > > > Thanks. > > -- > > anatoly t.
-- You received this message because you are subscribed to the Google Groups "Trac Development" 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/trac-dev?hl=en.
