Any advices greatly appreciated
Eugene.
I would recommend using Forms Authentication. However, that may be overkill
if the scope of your application is small. (actually, it is not difficult
to implement).
Good tutorial from the Rolla, MO boys:
http://www.4guysfromrolla.com/webtech/110701-1.shtml
On the other hand, using a cookie as you suggested will certainly work.
Just set a cookie for whatever timeframe you require. If they exceed the
time, boot them back to the login. (Actually this is the same thing that
Forms Authentication does, but you would be doing a much more simplified
version)
HTH
Matt
DotN...@merk.spamtrail.com
"Eugene" <eugen...@rogers.com> wrote in message
news:yLuA8.18759$zk1....@news01.bloor.is.net.cable.rogers.com...
Regards,
Eugene.
"Eugene" <eugen...@rogers.com> wrote in message
news:yLuA8.18759$zk1....@news01.bloor.is.net.cable.rogers.com...