Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 3 Next »

In-Portal has 2 session types:

   - one that stored user-related data until he perform logout or closes
   browser window
   - other (persistent) that holds data between user login/logout times

We use current user ID to store data in persistent session. All non logged
in users share same ID - "-2". To prevent persistent session data to be
mixed we store persistent session variables into regular session table and
they will be deleted once user closes browser window.

All seems ok, but there is a problem with data deletion from persistent
session for non logged in users (guests) - it doesn't work.

I've attached fix for that.

Task:

Error rendering macro 'jira' : Unable to locate Jira server for this macro. It may be due to Application Link configuration.


Ready for testing.

--
Best Regards,

http://www.in-portal.com
http://www.alex-time.com

method_removepersistentvar_doesnt_work_for_guest.patch

  • No labels