Front Page

Explorers
- What is Freenet
- Donate!
- People
- Publicity
- Philosophy
- Translations

Users
- Download
- ScreenShots
- Documentation
- FAQ
- Third Party Tools
- Report Bug
- Mailing Lists

Authors
- Publishing

Developers
- Papers
- Architecture
- Browse CVS
- Public Area
- About This Site

Login & Edit

Hosted by
SourceForge


This Plugin allows session information to be retained whilst a browser is running. It does this by storing a small session cookie in the browser. This contains an identification string that TWiki users to extract session information on the server.

Notes:

  • The cookie is not persistant
  • The session information is stored in files under data/.sessions/
  • Old session files should be deleted by a cron job
  • Identification string using for session is:
    • time (second resolution) + random number
  • If url parameter stickskin is present, its value sets the session value for SKIN i.e. you then stick on this skin. Get back to defalt skin with stickskin=.

  • Set SHORTDESCRIPTION = Holds session information on server, session identified from sessionId stored in non-persistant cookie
  • Set DEBUG =