In-Portal Issue Tracker - In-Portal CMS
Viewing Issue Advanced Details
829 [In-Portal CMS] Front End bug report always 2010-08-20 16:39 2010-11-30 12:48
alex  
alex  
normal  
closed 5.1.0  
fixed  
 
none 5.1.1-B1  
http://groups.google.com/group/in-portal-bugs/browse_thread/thread/477c7a635a6fee3f
0
0000829: Method RemovePersistentVar doesn't work for Guests
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.
patch method_removepersistentvar_doesnt_work_for_guest.patch (617) 2010-08-20 16:39
http://tracker.in-portal.org/file_download.php?file_id=717&type=bug
Issue History
2010-11-30 12:48 Dmitry Note Added: 0003072
2010-11-30 12:48 Dmitry Status resolved => closed
2010-08-28 16:04 alex Note Added: 0002712
2010-08-28 16:04 alex Status reviewed and tested => resolved
2010-08-28 16:04 alex Fixed in Version => 5.1.1-B1
2010-08-28 16:04 alex Resolution open => fixed
2010-08-28 16:04 alex Changeset attached 5.1.x r13880
2010-08-26 17:21 Dmitry Target Version 5.1.1-B1 => 5.1.1
2010-08-26 16:57 Dmitry Note Added: 0002666
2010-08-26 16:57 Dmitry Assigned To !COMMUNITY => alex
2010-08-26 16:57 Dmitry Status needs testing => reviewed and tested
2010-08-20 16:40 alex Assigned To => !COMMUNITY
2010-08-20 16:40 alex Developer => alex
2010-08-20 16:40 alex Status active => needs testing
2010-08-20 16:40 alex Reference => http://groups.google.com/group/in-portal-bugs/browse_thread/thread/477c7a635a6fee3f
2010-08-20 16:39 alex New Issue
2010-08-20 16:39 alex File Added: method_removepersistentvar_doesnt_work_for_guest.patch

Notes
(0002666)
Dmitry   
2010-08-26 16:57   
Reviewed and tested good. Please commit.
(0002712)
alex   
2010-08-28 16:04   
Fix committed to 5.1.x branch. Commit Message:

Fixes 0000829: Method RemovePersistentVar doesn't work for Guests
(0003072)
Dmitry   
2010-11-30 12:48   
Closing released 5.1.1 task.