| Author |
Topic Search Topic Options
|
NothWind
Newbie
Joined: 31 March 2005
Status: Offline
Points: 8
|
Post Options
Thanks(0)
Quote Reply
Topic: Webgarden Problem Posted: 01 April 2005 at 2:27am |
Hi!
i am working on webwiz Forum , it was working well , before when
our forum was hosted on windows 2000 server, but now i has been shifted
to windows 2003 server with IIS Application webgarden Activated there
to support the Multi Process Running on that server,
so now it created a problem with ASP Sessions as these Session During
the login time not working well , as some time it accept and store the
values in session scope variables and sometime it distroys the values
stored in session scope variable due to which for all client
Expriencing the Big Problem , same Problem is also with the
registration page as well .
please if any one knows about this problem Help required i am really dishearted
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 01 April 2005 at 3:14am |
|
If you are using a webfarm then you need to make sure that sessions are carried between the various servers.
I have tried to stay away from the use of session variables in Web Wiz
Forums but for a number of parts where this is no other option such as
for the security images, session variables are used.
|
|
|
 |
NothWind
Newbie
Joined: 31 March 2005
Status: Offline
Points: 8
|
Post Options
Thanks(0)
Quote Reply
Posted: 01 April 2005 at 4:31am |
Sir here for the security Images this can be handel through Cookies , if we aviod using session then ?
similarly when user tries to get login then same Problem with ,
as 'Insufficient Permission' , while the useName and Password are
Correct
but Annoying Message, so What should be Solution for that ?
|
 |
michael
Senior Member
Joined: 08 April 2002
Location: United States
Status: Offline
Points: 4670
|
Post Options
Thanks(0)
Quote Reply
Posted: 01 April 2005 at 9:52am |
|
Windows 2003 has an option in Webfarms, that an existing session stays on the same machine. I don't off hand know how, but if you do a search on technet you should find it. It's a common probelm with some legacy languages that were not written for multi-node gardens.
|
|
|
 |
NothWind
Newbie
Joined: 31 March 2005
Status: Offline
Points: 8
|
Post Options
Thanks(0)
Quote Reply
Posted: 01 April 2005 at 10:22am |
-boRg- wrote:
If you are using a webfarm then you need to make sure that sessions are carried between the various servers.
I have tried to stay away from the use of session variables in Web Wiz
Forums but for a number of parts where this is no other option such as
for the security images, session variables are used.
|
Sir i am Just Concerned with Webgarden Not with Webfarm , so Please
tell me what i should do for the Session which are being Used in Admin
Section and in registration area for the security Code as well , as
please if you can give me hits so that i can Modify it with ..
i am Really in Trouble i can't Exaplian , and i've already spent much time on this Issue But i think this is still panding...
this Forum works Fine With Windows 2000 server , but Conflich with
Windows 2003 with IIS6 + Webgarden activated about for 4 Process mode
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 01 April 2005 at 10:54am |
|
A webfarm and webgarden are the same thing. Just different names for load balanced requests across mutiple servers.
You can not use cookies for the security images as it would mean that a
bot could read the security images and so they wouldn't be of any use.
|
|
|
 |
NothWind
Newbie
Joined: 31 March 2005
Status: Offline
Points: 8
|
Post Options
Thanks(0)
Quote Reply
Posted: 01 April 2005 at 11:11am |
so What you suggest that if session is making Conflict with that as i
am really working for my boss and he is saying to me that i have
already spent alot of time in fixing this error as every thing going
well But the Main Problem is with the Session where it rises the
Problem ..
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 01 April 2005 at 11:46am |
|
This is not an error with web wiz forums as you suggest.
This is a problem with your servers, they are not setup to handle sessions.
You need to go and have a look on MSDN on how to setup your servers to
get around the problem of them not being able to handle sessions.
|
|
|
 |