Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

Re-use login sessions

Post Reply
israelwebdev
Posts: 21
Joined: Thu May 22, 2014 6:08 pm

Re-use login sessions

Unread post 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 ?
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Re-use login sessions

Unread post by admin »

israelwebdev,

That would make it hard to login on the same machine as 2 different users (which is handy too).

Steven
nekpap
Posts: 27
Joined: Wed Dec 03, 2014 7:41 am

Re: Re-use login sessions

Unread post 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
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Re-use login sessions

Unread post 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
Post Reply