Forums
This topic is locked
What are the UD login sessions called?
Posted 22 Jan 2002 12:53:50
1
has voted
22 Jan 2002 12:53:50 web warrior posted:
Just a quick one :I'm using the standard ud login from the server beh. menu.
Now I like to selct records depending on the logged in user.
In my recordset : what type of filter do I use to filter the recodset (session var / php var.)??
And what is the name of the standard sessions login (username,password,usergroup)??
Lars J.
Replies
Replied 03 Feb 2002 18:12:40
03 Feb 2002 18:12:40 web warrior replied:
Ok, found a solution:
Create a enviroment variable in the databindings, a session called "KT_Username".
Create a recordset, (rs_user) than filter the field with the unique username : session / KT_Username.
Now drag & drop the fieldname from the recordset on any page after a succesfull login, and the logged in name is selected from the database..
grtz..
Lars J.
Create a enviroment variable in the databindings, a session called "KT_Username".
Create a recordset, (rs_user) than filter the field with the unique username : session / KT_Username.
Now drag & drop the fieldname from the recordset on any page after a succesfull login, and the logged in name is selected from the database..
grtz..
Lars J.