Page 1 of 1
cookies
Posted: Tue Oct 06, 2009 5:22 am
by izzlik
is it possible to change the name of the cookie that gets saved on the computer for a user ?
Re: cookies
Posted: Tue Oct 06, 2009 11:22 am
by garvinhicking
Hi!
Which cookie? PHP SID, username, login, ...?
All of them are coded into the Serendipity code. What would changing the name help? Cookie hijacking usually pulls the whole cookie, so changing the name wouldn't give any extra security...
Regards,
Garvin
Re: cookies
Posted: Wed Oct 07, 2009 1:40 am
by izzlik
I have 2 bloggs on the same domain ie,
http://mydomain.com is the first blog nad the second is on
http://mydomain.com/eng and they have the same exact settings cause one is in swedish and one in english, the only thing is that when people switch between them they get "?" marks on all the sidebars etc until they clear their cookies.
Re: cookies
Posted: Wed Oct 07, 2009 4:46 am
by Don Chambers
Have you tried the latest 1.5 snapshot? I know something related to cookies was recently changed and am curious if it solves your problem.
Re: cookies
Posted: Wed Oct 07, 2009 10:15 am
by garvinhicking
Hi!
Actually, nesting Serendipity installations into each other is not supported, not only due to cookie issues, but also due to .htaccess things that would nest each other inproperly.
Regards,
Garvin