(no subject)

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

(no subject)

Pharo Smalltalk Users mailing list
I want to know how to use sessions in seaside to manage identification of users. Thank you
Reply | Threaded
Open this post in threaded view
|

Re: (no subject)

Paul DeBruicker
Pharo Smalltalk Users mailing list wrote
I want to know how to use sessions in seaside to manage identification of users. Thank you

there is a Seaside specific mailing list here:

http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside



Generally when a user signs in you store them in a user instance variable in your session .  When they sign out you nil that variable.   You can then access them inside your components with

self session user




A system for doing user authentication and management (password recovery etc) with Seaside is TFLogin here:

http://www.squeaksource.com/TFLogin.html


If it doesn't load into the most recent Seaside or Pharo post on the Seaside list and we will get it working
Reply | Threaded
Open this post in threaded view
|

Re: (no subject)

stepharo
In reply to this post by Pharo Smalltalk Users mailing list
Hi asbath

I love your question :)
have a look at the tutorial of gemstone

     http://seaside.gemtalksystems.com/tutorial/chapter12.pdf

Stef


Le 22/1/16 19:16, Asbath Sama biyalou via Pharo-users a écrit :