Why not just write the app to use session and store to the db. It is not hard to do. Auth to db/ldap cook up a digest with $$, username, and remote_ip. Store all userinfo in Storable object in the db/ldap. GET http://some.where.net/?sessionID=<md5 digest> POST <input type=hidden name=sessionID value=<md5 digest>> No worrying about browser type, client configuration... you should be all set. Stay away from cookies. Cookies are bad when you have paying customers!!
- Re: Remembering Authentication Ian Frawley
- Re: Remembering Authentication Todd Chapman
- Re: Remembering Authentication Gunther Birznieks
- Re: Remembering Authentication Shimon Rura
- Re: Remembering Authentication Nicolas MONNET
- Re: Remembering Authentication Nicolas MONNET
- Re: Remembering Authentication Rodney Broom
- Re: Remembering Authentication Nicolas MONNET
- Re: Remembering Authentication Simon_Wilcox
- Re: Remembering Authentication Ian Frawley
- Re: Remembering Authentication Sean D. Cook
- Re: Remembering Authentication Simon_Wilcox
- Re: Remembering Authentication Bill Moseley
- Re: Remembering Authentication Matthew Byng-Maddick