Remember Me...
Remember Me...
- Started
- Last post
- 6 Responses
- ********
Anyone know how to facilitate the 'remember me' function but with a flash form rather than a normal html form?
- Leigh0
SharedObject ?
- Leigh0
do you mean like a flash Cookie?
- ********0
yep.. think so... the actual form sits elsewhere on a different server... so I'm posting to a .php file
- maximillion_0
it doesnt matter where the form lives as long as it opens in the users browser you should be able to get the LSO
- tomkat0
call a PHP script that sets a cookie, and on next call of the Flashform, call that PHP/cookie
- madirish0
^ yup. do this outside of the swf written, and to the datastore directly. much healthier.