Hi, I have created a web service that will verify the user and once the user is verified I will give the user some requested data.
Problem: -Like to know how to create a session in the server side to store authentication information. -Like to know how to get the session in the server side in order to get the authentication information. What I would like to do: -Once the user is verified, I would like to create a session and store the authentication information in the session. -Once the user request for more data, I would like to use the session to verify if the user is valid. -Once I give the requested data, I would like to invalidate the session so the user have to re-login. Any pointer is greatly appreciated. Thanks Golam --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
