View Single Post
  #2  
Old 11-12-2002, 12:25 PM
 
funkydunk funkydunk is offline
 

X-Man
  
Join Date: Oct 2002
Location: Cambridge, UK
Posts: 2,210
 

Default

I had a similar problem to this whereby the page seemed to stall when it got to the log in part of the page. If you view the html, you will see what is causing the issue.

The answer lies in the saving of sessions in mysql.

This is set in line 236 of your config.php is $store_sessions_in_mysql = false;

It worked for me.
__________________
ex x-cart guru
Reply With Quote