![]() Preserved Topic: phpsessions on win and *nix (Page 1 of 1) |
|
---|---|
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
![]() is there a known fact that windows and linux handle phpsessions differently? |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
![]() |
Paranoid (IV) Inmate From: New Jersey, USA |
![]() Is it possible the sess id needs to be imbedded in the link? |
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
![]() max, |
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
![]() well, my guess is that your session_path on the unix machine (where the sessions break) is set incorrectly. |
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
![]() |
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
![]() ini_set('session.use_trans_sid', '1'); |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
![]() Just to make things as easy as possible for developers I'd write a little linkto function where they just need to put in the URL |
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
![]() good idea, bitdamaged. |
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
![]() Dig in the docs a bit Grumble, I think I remember there was a way to have php auto append the SID to every link... |
Paranoid (IV) Inmate From: New Jersey, USA |
![]() Grumble |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
![]() Grumble, I'm adding SID parameter manually in a similar way like Bitdamaged. I have a few functions that manipulate with URLs. Also note that SID is only added if sessions are enabled, so that search engines can index my web site properly (sessions are enabled only when someone uses one of the common web browsers to view my site). |