|
apache/ff/ie and session variables puzzle
I have a three websites on a LAMP server. As I developped them myself, the designs are very similar.
The general approach: a user logs in and a number of session variables are set. Next the user is redirected.
Part of the session variables are used to define which menu items will be displayed.
Two of these sites work in IE and FF. The third site only works in FF. If I display the session variables, they are OK before the redirection in both IE and FF and empty after the redirection (IE).
As the site works in FF, I assume that my php code is correct and that this is an IE issue. I however can't figure out what goes wrong.
Anybody any idea?
Last edited by Wim Sturkenboom; 08-25-2009 at 11:18 PM.
Reason: solved
|