Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How to Support Session of User Using URL Rewriting

807600May 26 2007 — edited Dec 14 2008
For URL Rewriting(Cookie disabled by browser) we need to pass the session id as a part of request line.

eg:
<html>
<head></head>
<body>
A test page showing two URLs:<br>
<a href="/servlet/ReportServlet;[bjsessionid=C084B32241B2F8F060230440C0158114">
View Report</a><br>
<a href=
"/servlet/AccountServlet;jsessionid=C084B32241B2F8F060230440C0158114">View Account</a><br>
</body>
</html>

Now this seems to be hardcoding of URL as shown above , so how the seesion id will be appended in request line for new request in URL Rewriting.

Please Answer as soon as possible.

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jan 11 2009
Added on May 26 2007
4 comments
113 views