mkmind
|
| Posted: 02/06/2002, 6:13 AM |
|
Hello.
How can i get an Example of an Code Charge .ccs, that me show, how to use the php Session. I will use a Basket befor Reg. Sorry about my English
Thanks and by Martin
|
|
|
 |
Alex Alexapolsky
|
| Posted: 02/06/2002, 8:15 AM |
|
You already have it. Generate any example shipped with CodeCharge with PHP
and look up into its code.
Use only 2 functions :
set_session("variable_name","variable_value");
get_session("variable_name");
|
|
|
 |
Juan Domingo Bossio
|
| Posted: 11/16/2002, 9:24 AM |
|
Another way to do the same was to call the:
1. CCGetSession to get the session variable and
2. CCSetSession to set it
present into the Common.php module generated by CCS
JDB
|
|
|
 |
|