Search the archives!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
setting URL
- From: howard@xxxxxxxxxxxxxx (Howard Lee)
- Subject: setting URL
- Date: Mon, 29 Nov 1999 18:30:24 -0800
Hi guys,
I am having a problem maintaing my session data. When I do this
URL mURL;
URLConnection mConnection;
mURL = new URL("http://whatever.com/cgi-bin/something?mode=dummy");
mConnection = mURL.openConnection()
mURL = new URL("http://whatever.com/cgi-bin/somethingNEW?mode=dummy");
mConnection = mURL.openConnection();
I lose my session data. I need to maintain the session data. And
URL class doesn't have a method that lets me change URL without
recreating one. Any help? Thanks!
Howard
---
To unsubscribe, mail advanced-java-unsubscribe@xxxxxxxxxxxxxxxx
To get help, mail advanced-java-help@xxxxxxxxxxxxxxxx
- Prev by Date: website snarfer? (fwd)
- Next by Date: Off Topic: Reliable UDP
- Previous by thread: website snarfer? (fwd)
- Next by thread: How to communicate between two local JVM
- Index(es):