Re: Seaside book

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

Re: Seaside book

Johan Brichau-2
Hi John (cc’ing seaside mailinglist)

In Seaside 3.0, this method got deprecated and was removed in 3.1
Use WASession>>unregister 

The code snippets in the book are currently not being updated.
We hope people want to step up and help us to maintain the docs.

cheers
Johan

On 25 Aug 2015, at 05:13, John Pfersich <[hidden email]> wrote:

on page 251 there this code:

InnSession>>logout
user := nil.
self expire.
self redirectTo: 'http://www.seaside.st'

when you run the application, you get

MessageNotUnderstood: InnSession>>expire

Your request could not be completed. An exception occurred.




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