T
Toby Riley
Need some advice,
I have a GUI client and a web service that performs various functions. I
would be like to be able to log in a user once and create an authentication
ticket for that session.
Then every web method called would check the session has been authenticated
and the ticket is still valid otherwise you would get nothing - or an error.
Once the GUI is closed or user logs out the auth ticket is recinded and a
the session closed. (or time out after certain period of inactivity).
The way i do this at the moment is to authorise every method call and it
feels clumsy.
Any help appreciated.
Thanks
Toby
I have a GUI client and a web service that performs various functions. I
would be like to be able to log in a user once and create an authentication
ticket for that session.
Then every web method called would check the session has been authenticated
and the ticket is still valid otherwise you would get nothing - or an error.
Once the GUI is closed or user logs out the auth ticket is recinded and a
the session closed. (or time out after certain period of inactivity).
The way i do this at the moment is to authorise every method call and it
feels clumsy.
Any help appreciated.
Thanks
Toby