just curious if there's a way to do this besides cookies or session ?
Cookies- A client might deliberately disable cookies and hence might never be authenticated
Session - A web server farm/cluster will postback different session IDs for different requests and hence there is a good chance that the user might fail authentication between two postbacks.
Is there some other client specific information that can be persisted..Something like MAC Address OR IP Address ?
Thanks in Advance
Russel