Computer Science, asked by Vamsi9823, 1 year ago

How to prevent from direct acces using httpsession in jsp and servlet?

Answers

Answered by Anonymous
2
Yes it might do. But potentially you can map more than one URL to the same servlet and then use he request url to determine which jsp to return. I personally use the Spring MVC framework to do what you're trying to do and it's made a lot easier.
Similar questions