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 ?
Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums and content available only to registered users.
Re-use login sessions
Re: Re-use login sessions
israelwebdev,
That would make it hard to login on the same machine as 2 different users (which is handy too).
Steven
That would make it hard to login on the same machine as 2 different users (which is handy too).
Steven
-
- Posts: 27
- Joined: Wed Dec 03, 2014 7:41 am
Re: Re-use login sessions
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?
Nektarios
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
)
Re: Re-use login sessions
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
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