Can we define more id's in session section
my application uses 5 cookies for storing different data
when pound is switching from one server to other i am facing two problems
1) 4 session data stored in cookie not recognized
2) It takes long time to switch from one server to other
below is the cfg file content
####################
# Default pound.cfg
#
# Pound listens on port 80 for HTTP and port 443 for HTTPS
# and distributes requests to 2 backends running on localhost.
# see pound(8) for configuration directives.
# You can enable/disable backends with poundctl(8).
#
User "pound"
Group "pound"
Control "/var/lib/pound/pound.cfg"
LogLevel 1
## check backend every X secs:
Alive 1
ListenHTTP
Address 192.168.4.37
Port 8080
End
ListenHTTPS
Address 192.168.4.37
Port 443
Cert "/etc/pki/tls/certs/pound.pem"
End
Service
BackEnd
Address 192.168.4.35
Port 80
Priority 4
End
BackEnd
Address 192.168.4.36
Port 80
Priority 5
End
Session
Type Cookie
ID "sid"
TTL 300
End
End
####################
--
Regards,
*Anurag Singh*
*Please do not print this email unless it is absolutely necessary. ***
DISCLAIMER
The information contained in this electronic message and any attachments to
this message are intended for the exclusive use of the addressee(s) and may
contain proprietary, confidential or privileged information. If you are not
the intended recipient, you should not disseminate, distribute or copy this
e-mail. Please notify the sender immediately and destroy all copies of this
message and any attachments.
*WARNING:* Computer viruses can be transmitted via email. The recipient
should check this email and any attachments for the presence of viruses. The
company accepts no liability for any damage caused by any virus transmitted
by this email.
--
To unsubscribe send an email with subject unsubscribe to [email protected].
Please contact [email protected] for questions.