Identification problem

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Identification problem

Sebastián Perez Escribano
Hi list, I'm developing a mobile application using seaside 2.8 and
Visual Works 7.6. I have this problem, I use sessions for store some
data from users but users can close the web browser and then lost the
information that was stored. So I need a way to indentify users when
close web browser for restore the session data.
Suggestions?
Thanks!

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

RE: Identification problem

Boris Popov, DeepCove Labs (SNN)
Sebastian,

You could ask users to log in and (optionally) store a cookie to let them skip the explicit step of logging in.

Regards,

-Boris

-----Original Message-----
From: [hidden email] [mailto:[hidden email]] On Behalf Of Sebastián Perez Escribano
Sent: 16 May 2011 11:52
To: Seaside - general discussion
Subject: [Seaside] Identification problem

Hi list, I'm developing a mobile application using seaside 2.8 and Visual Works 7.6. I have this problem, I use sessions for store some data from users but users can close the web browser and then lost the information that was stored. So I need a way to indentify users when close web browser for restore the session data.
Suggestions?
Thanks!

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Identification problem

Sebastián Perez Escribano
Boris:
             Thanks but I put a cookie with an ID, but doesn't work.
When users do the log in into the application I put a cookie with some
ID. Then I close the web browser and open again (for test). I inspect
the #initialRespond: and my cookie isn't there only the application
cookie. Maybe I'm doing something wrong or missing something. Maybe a
little example using cookies could help.



El 16/05/2011 12:50 p.m., Boris Popov, DeepCove Labs escribió:

> Sebastian,
>
> You could ask users to log in and (optionally) store a cookie to let them skip the explicit step of logging in.
>
> Regards,
>
> -Boris
>
> -----Original Message-----
> From: [hidden email] [mailto:[hidden email]] On Behalf Of Sebastián Perez Escribano
> Sent: 16 May 2011 11:52
> To: Seaside - general discussion
> Subject: [Seaside] Identification problem
>
> Hi list, I'm developing a mobile application using seaside 2.8 and Visual Works 7.6. I have this problem, I use sessions for store some data from users but users can close the web browser and then lost the information that was stored. So I need a way to indentify users when close web browser for restore the session data.
> Suggestions?
> Thanks!
>
> _______________________________________________
> seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
> _______________________________________________
> seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside