This topic is locked

Passing user_id to maintenance table

2/6/2006 7:54:25 AM
ASPRunnerPro General questions
A
andeguzman author

Hi,

How would i pick up the currently logged id, which will be inserted automatically into a table when adding new row?
Thanks a bunch,

Alex

admin 2/6/2006

Alex,
The username of currently logged user is stored in Session("UserID")variable.

Also you can use Session("OwnerID") to get current user ID if you use Advanced security.