This is session saving problem and i could fix it giving permission to session storing directory.
Other things to check
Other things to check
- session_save_path('"your home directory path"/cgi-bin/tmp');
- check register_globals. It should be off.
- After the header redirect, end the current script using exit(); (Or can use session_write_close(); Or session_regenerate_id(true))
No comments:
Post a Comment