Kaptcha is not working when cookies are blocked in the IE
41 views
Skip to first unread message
vish...@googlemail.com
unread,
Mar 4, 2009, 1:27:01 AM3/4/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to kaptcha
Hi all ,
Am using the Kaptcha in java application which runs on Tomcat6.It
running fine when cookies are enabled but when cookies are
disabled ..application uses the jsessionid for url rewriting in that
cases com.google.code.kaptcha.Constants.KAPTCHA_SESSION_KEY values is
storing it as null in session ,so am unable to compare the value which
is entered by user.how to avoid this ...?
thanks in advance..
Vishnu.
jon stevens
unread,
Mar 4, 2009, 11:27:15 AM3/4/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to kap...@googlegroups.com
When you make a request to the image, you need to pass the jsessionid.
That probably isn't happening.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to kaptcha
thank you so much ..
sorry i did not understand how to include it ..now i am calling in
image source as Kaotch.jpg how can i include dnyamically genrated
jsessionid value in it..