[dev] Re: [kronolith] Shared calendars disappear after page refresh
(HEAD)
Mike Cochrane
mike at graftonhall.co.nz
Tue Dec 31 02:03:40 PST 2002
This is a horrible race condition with the sessions.
When it works:
week.php loads session data
week.php start outputting
week.php finishes outputting
week.php writes session data
javascript.php loads session data
javascript.php finishes outputing
javascript.php overwrites session data
When it doesn't work:
week.php loads session data
week.php start outputting
javascript.php loads session data
week.php finishes outputting
week.php writes session data
javascript.php finishes outputing
javascript.php overwrites session data
javascript.php should be creatting a read only session.
- Mike :-)
> ----- Message from jrkuipers at lauwerscollege.nl ---------
>
> When I select a shared calendar for viewing, the contents of the calendar
> shows
> up ok, but when I refresh or change a view, the shared calendar entries
> disappear again and I have to select the shared calendar again. But when you
> log off after selecting a shared calendar, the shared calendar shows up ok
> after login.
>
> --
> Jan Kuipers
> Systeembeheer Lauwers College
>
>
> --
> Kronolith mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: kronolith-unsubscribe at lists.horde.org
>
>
>
> ----- End message from jrkuipers at lauwerscollege.nl -----
More information about the dev
mailing list