my application design on java servlet i want to check password in python & return result again servlet to forward to next page. how to set session in python .get session
Hello sandeep,
> my application design on java servlet i want to check password in > python & return result again servlet to forward to next page. > how to set session in python .get session
It depends on the web platform you use, can you elaborate more? (To make the browser send a GET method, just specify it using the form METHOD="GET" attribute).