sker
12-17-2004, 01:01 AM
I really need help. If there is anyone out there that can help me...please please...
I love what a 'session' can do for me. I have a multi page form that requires authentication to access. I have it set up and validating against the database, using the session I carry the id over from one form to the next. I intend to use the session id capability to also direct a user should he leave the site and come back at a later time to send him to the form he needs to complete, or at least list the forms he has not completed.
Can't use cookies. Client won't allow users to enable cookies. What can I do? I can't authenticate without them or move data from one form to the other without sending it to the http, right? Also, am really struggling with how to set up the redirect...
Client is concerned about security, so I feel that sending the querystring to the url isn't my best option. I've also looked in to the IP for authentication, but I can't guarantee that the IP will be stable...
Ideas? PLEASE??? :eek: :eek:
I love what a 'session' can do for me. I have a multi page form that requires authentication to access. I have it set up and validating against the database, using the session I carry the id over from one form to the next. I intend to use the session id capability to also direct a user should he leave the site and come back at a later time to send him to the form he needs to complete, or at least list the forms he has not completed.
Can't use cookies. Client won't allow users to enable cookies. What can I do? I can't authenticate without them or move data from one form to the other without sending it to the http, right? Also, am really struggling with how to set up the redirect...
Client is concerned about security, so I feel that sending the querystring to the url isn't my best option. I've also looked in to the IP for authentication, but I can't guarantee that the IP will be stable...
Ideas? PLEASE??? :eek: :eek: