A
|
ann 6/3/2010 |
Hi, if (!@$_SESSION["UserID"])
if(!@$_SESSION["UserID"]) |
M
|
mdorren author 6/3/2010 |
Hi, you need to set up $_SESSION["UserID"] in the generated files of the pages. Add this code if (!@$_SESSION["UserID"])
if(!@$_SESSION["UserID"])
|
A
|
ann 6/3/2010 |
Marty, |
![]() |
Sergey Kornilov admin 6/3/2010 |
Marty, |
M
|
mdorren author 6/3/2010 |
Marty, try to add this code to AfterApplicationInitialized event.
|
![]() |
Sergey Kornilov admin 6/4/2010 |
By default this code in AfterAppInit will be applied to all tables. |
M
|
mdorren author 6/4/2010 |
By default this code in AfterAppInit will be applied to all tables. As a workaround you can add this code to AfterTableInit event of public views and tables.
|