[Seaside] URL problems

Randal L. Schwartz merlyn at stonehenge.com
Sat Dec 8 19:15:03 UTC 2007


>>>>> "Jimmie" == Jimmie Houchin <j.squeak at cyberhaus.us> writes:

Jimmie> But I do agree with some of the other posters. That the chapter pages
Jimmie> in the Tutorial aren't really session data as much as they are
Jimmie> independent URLs.

They *are* session-dependent if the page had some breadcrumb trail on it,
or perhaps a different view depending on whether you're logged in or are
in the middle of a search.

That's why it's not automatic.  It's up to every application (author) to
decide if this particular component showing this particular view is session
dependent or independent, and if independent, if it's worth making
it bookmarkable.

In traditional web programming, the default is "sessions are hard,
bookmarks are easy".  In Seaside, the default is "sessions are easy,
bookmarks are hard".  You can't get both at the same time.

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn at stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!


More information about the seaside mailing list