Hi bvsureshbabu,
I want to send string variable.
To explain you, I want to create a folder for each sessions, for instance, a folder of the login of the user (because I saw that if 2 users are connected on the same computer, they will have the same session... under Netscape or Mozilla but not with I.E.).
So I need to get the login of the user to specify the path of the session file (the folder is already created) with session_save_path("../../".$login."/") and $login is my variable I want to transfer.
The connexion sheet is just a redirection sheet with a connexion to my base and there isn't any form. So I can't get the login of the user.
According to me (an idea...) :
I'd like to make a "ghost" form with an hidden input with the login but I don't know how automaticaly submit a form...
Do you see exactly what is my problem?
Thanks a lot.