Beltzer
|
| Posted: 05/13/2002, 4:46 AM |
|
Hi,
How can i put an extra session variable within my project?
From the moment a user has loged into the system, their has to be 2 session variables: 1. UserID (standard), 2. CompanyID
within codecharge 2.0 its as easy as pie, but within studio, i haven't got the faintest clue.
anyone?
greetz
|
|
|
 |
Nicole
|
| Posted: 05/13/2002, 7:12 AM |
|
Hello,
you can create session variables the same way as in CC. I mean that asp syntax is the same:
Session("var_name") = "any_value"
As CCS includes code editor you can enter custom code directly to common file into CCLoginUser() and CCLogoutUser() functions.
|
|
|
 |
|