• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Spring mvc session handling

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Am working on spring mvc since am new to it(even to web applications as well) am having lot of confusions. I some how managed to setup a basic flow using annotations (controller,service,repository,autowired,requestmapping etc..). I have pointed my doubts below, if one of you can answer it that would be of great help.Thanks in advance.

1)To handle sessions in spring mvc do i need to implement spring security?
2)To authenticate a user login is it mandatory to implement spring security? or is there any other way to do it ?
3)I have implemented a basic sessions in my application but once i login in one browser and copy paste the URL in another it simply allows to access the page (sorry for the stupidity) , how can i solve this ?
4)Can some one suggest me a tutorial to authenticate a user(ldap authentication) and store the user(A TO basically) values in session and prevent the same user from accessing application by copy pasting the url in another browser?

Again, Sorry for asking these many stupid questions. Am having very very short time to complete the project (ah! well, as usual) i don have time to read spring documentation completely and implement.
 
Marshal
Posts: 79177
377
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You would appear to have arrived in the wrong place; this forum is for discussing the Ranch itself. I shall try moving you to a more appropriate place.

And welcome to the Ranch
 
reply
    Bookmark Topic Watch Topic
  • New Topic