| Author |
Topic Search Topic Options
|
Nightrocker
Newbie
Joined: 31 January 2008
Location: Tunis
Status: Offline
Points: 8
|
Posted: 19 July 2009 at 10:43pm |
|
I have the same problem and I wonder if a solution was found?
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Posted: 20 July 2009 at 1:15pm |
|
If you read through this and many other topics on the issue of ASP sessions you will find your answer.
|
|
|
 |
VTBO
Newbie
Joined: 01 November 2008
Status: Offline
Points: 24
|
Posted: 20 July 2009 at 3:27pm |
|
I am still using server sessions and not the database sessions and things seem to be working ok. If this was a high traffic forum I would proabably be in trouble, but since it is low use I can get away with using server sessions.
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Posted: 20 July 2009 at 3:29pm |
|
You want to use server sessions on a high use forum, not database sessions. It's much faster and less resource intensive to store sessions in the web servers memory rather than to a database.
|
|
|
 |
Nightrocker
Newbie
Joined: 31 January 2008
Location: Tunis
Status: Offline
Points: 8
|
Posted: 20 July 2009 at 3:46pm |
WebWiz-Bruce wrote:
If you read through this and many other topics on the issue of ASP sessions you will find your answer.
|
I read and read and read and read and obviously I don't know what to read  I tried this one:
WebWiz-Bruce wrote:
Edit the includes/setup_options_inc.asp in notepad and change the way cookies are set and also change the forum to save sessions to the database. |
And also told my provider about these ones:
WebWiz-Bruce wrote:
It sounds like the server is not holding the ASP session.
This
could happen if the server is using multiple worker processes, the
application pool is recyling to often, you are using Session.Abandon
somewhere on your website, or you are using load balanced web servers
that are not setup to synchronise sessions across them. |
and
WebWiz-Bruce wrote:
It sounds like there is an issue with ASP sessions on the server you
are using or an issue with cookies being set correctly. Make sure that the server you are using can correctly set
ASP sessions.
You should check that Web Wiz Forums is running in
an application pool which has a single worker processes, otherwise ASP
sessions will be dropped.
You should also look in the address
bar, if you have a long SID number in the address bar throughout the
forum then cookies are not being set and you may need to edit in
notepad the file includes/setup_options_inc.asp and change the way
cookies are set.
|
I also saw that:
WebWiz-Bruce wrote:
Have a look in the database at the tblSessions table and see if the CAPTCHA code matches that in the session table in the database.
|
but didn't found any captcha code field in tblsession table.
Edited by Nightrocker - 20 July 2009 at 4:11pm
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Posted: 20 July 2009 at 5:10pm |
|
What you need to do then rather than jumping in on someone else topic you have a similar but different issue.
You should start a new topic giving as much details as possible, including steps to replicate, any error messages that you receive, version number, database type, server OS, etc.
It maybe that your host does not fully support our software as some hosts like GoDaddy and 1&1 won't properly run our software. In which case you may want to look at one of our hosted solutions, from 4.99 per month.
Edited by WebWiz-Bruce - 20 July 2009 at 5:13pm
|
|
|
 |