[albatross-users] popview example from documentation

Dave Cole djc at object-craft.com.au
Tue May 13 09:26:41 EST 2003


>>>>> "Sheila" == Sheila King <sheila at thinkspot.net> writes:

Sheila> In Mozilla 1.3 it does't work at all. Clicking on the image
Sheila> link to view the individual messages just returns me to the
Sheila> list page, repeatedly.
>>  Odd.  The only time I have ever seen this is when I fiddled around
>> with the application and started using an Application/Execution
>> context class that assumed the session was somewhere else.

Sheila> After thinking about this a bit more last night, it occurs to
Sheila> me that there should be no "stored sessions" except in the
Sheila> Hidden input fields in the forms? i.e. no cookies are used in
Sheila> example 1 of popview.py, it uses the Hidden input form fields
Sheila> for maintaining state information?

That is correct.  The cookies are used for server side sessions.

Sheila> So, if that is the case, how could the sessions be stored
Sheila> "somewhere else"?

Sheila> I will work on this a bit more today and see what I can figure
Sheila> out. :\

Another of the (probably infinite) ways to make things not work is to
do this:

  <form>
    <al-input ...>
  </form>

Since the __albstate__ functionality is implemented in the <al-form>
tag your client side sessions will never make it to the browser.

- Dave

-- 
http://www.object-craft.com.au




More information about the Albatross-users mailing list