Radoslav Minkov
|
| Posted: 05/29/2002, 1:03 AM |
|
I need a help with moving the site from W2K to Linux.
I work with CC 2.0.3 and I've build a real shop solution based on Bookstore example. It works on my computer (W2K) but when I published the site on a hosting computer (Linux) it doesn't pass session variables. Seems to me that the function get_session() doesn't work.
Have someone had the same problem?
Thank you in advance.
|
|
|
 |
Arthur
|
| Posted: 05/29/2002, 1:21 AM |
|
Radoslav,
try to check UserID session variable value right after user loges in on Login form using get_session() function.
If it is empty ) Make sure
1. cookies are enabled in your browser
2.time set both client and server is correct , otherwise it could make cookies expire before they arrive.
3. you have enough right to create files on server.
|
|
|
 |
Radoslav
|
| Posted: 05/29/2002, 2:10 AM |
|
Thank you Arthur for the fast responce.
Cookies are ok, but the time was the problem :)
Best!
|
|
|
 |
|