NetTalk Central

Author Topic: sessionlevel coming back from the afterlife.  (Read 3256 times)

robirenz

  • Jr. Member
  • **
  • Posts: 88
    • View Profile
    • Email
sessionlevel coming back from the afterlife.
« on: June 09, 2015, 10:23:20 AM »
Bruce...
using latest 8.51
setting sessionlevel at my login form
say I set it to 50 or whatever..
I logout and do deletesession()
I test for sessionlevel after that and it's set to 0
then I go to a form that requieres no login session value or level and test for sessionlevel at the start of it and sessionlevel still set at 50
does this have anything to do with the xml save and restore for the settings?

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: sessionlevel coming back from the afterlife.
« Reply #1 on: June 10, 2015, 10:19:33 PM »
>> does this have anything to do with the xml save and restore for the settings?

you don't mention stopping and restarting the app, and if you're not doing that then no, it's not related to save / restore.

>> then I go to a form that requieres no login session value or level and test for sessionlevel at the start of it and sessionlevel still set at 50

fixed for the next build.

cheers
Bruce

robirenz

  • Jr. Member
  • **
  • Posts: 88
    • View Profile
    • Email
Re: sessionlevel coming back from the afterlife.
« Reply #2 on: June 11, 2015, 06:40:40 AM »
Thanks Bruce...