Page 1 of 1
Re-use login sessions
Posted: Thu May 07, 2015 11:29 am
by israelwebdev
Is there a way to retain session state so users don't have to login each time they load the site, eg
http://demo.nubuilder.net/livedemo/ ?
For example, duplicating the tab should open up the Home Form again, without requiring another login.
Or the entire application can be embedded in another application without requiring another login each time it's reloaded.
Using cookies or even PHP Session ?
Re: Re-use login sessions
Posted: Fri May 15, 2015 5:11 am
by admin
israelwebdev,
That would make it hard to login on the same machine as 2 different users (which is handy too).
Steven
Re: Re-use login sessions
Posted: Wed May 20, 2015 9:02 am
by nekpap
Steven,
When I login on the same machine as 2 different users whith different acces level, I get the message :
"You do not have access to this form (student2 - Μαθητές). Please contact your system administrator"
and a "Home Bug" in zzzsys_debug! Why?
Code: Select all
** HOME BUG **
===USER==========
ΝΕΚΤΑΡΙΟΣ ( getbrowseform )
===BACK TRACE====
/volume1/web/sisyphos/nuapi.php - line 407 (nuHomeBug)
/volume1/web/sisyphos/nuapi.php - line 28 (nuValidateUser)
===VARIABLE====
Array
(
[0] => 54835ec50abe722
[1] => 54835ec50abe722
[2] => 54a6fde1ab6eb6d
[3] => 551821232f9553f
[4] => 5509671b4e81a07
[5] => 550dbae55f33b5f
)
Nektarios
Re: Re-use login sessions
Posted: Wed May 27, 2015 1:43 am
by admin
nekpap,
Its not a bug (long story). But you cannot login with 2 different users with 2 different access levels, on the same computer with the same browser.
We will change the message.
Steven