|
C
|
cgphp 2/6/2013 |
|
The session_name() function is the solution. Make a copy of the dbcommon.php file (located in the oputput/include folder) to the source folder (the source folder is located where you find the phpr project file).
session_name('app1');
|
|
|
S
|
Sitaraman author 2/7/2013 |
|
Dear Cristian, |
|