Search:

Type: Posts; User: jwilcox98200; Keyword(s):

Search: Search took 0.01 seconds.

  1. Thank you for responding. That's what i did....

    Thank you for responding.


    That's what i did. I created a subclass of ProviderSignInController. I store two things in the session. The type of request and an optional redirect url.

    public...
  2. How to store the source of the call to facebook signon

    Hi,

    I have three places in our website which call facebook. They are registration, login and associate. I need to remember which place called facebook when i get a positive callback from...
  3. Replies
    2
    Views
    318

    Thank you so much for your help. That worked. :)

    Thank you so much for your help. That worked. :)
  4. Replies
    2
    Views
    318

    custom filter for session creation

    Hi,

    I am looking for an example filter which will ensure a session is created over HTTP and not HTTPS.

    I found the following post...
  5. how to guarantee session is always created in http?

    Hi,

    I need some advice. I need to make sure a session is created in http and not in https. My environment is spring mvc and spring security running on tomcat 7.
  6. Replies
    1
    Views
    425

    How to handle login?

    How should i handle login. My site is generally http but for two places login and user settings. But i am unable to get https and http switching working. You mentioned creating http cookie before...
  7. switching from http to https back to http for login

    Hi,

    I appreciate any help, thank you.

    I am looking for a solution for https login redirect to http main view. What i am currently doing is processing login with https but the rest of the site...
  8. Sorry i should have done more research. After...

    Sorry i should have done more research.

    After i post this thread. I found the problem. User and UserDetails where not Serializable. After making them Serializable and any extended classes also...
  9. How do i handle my UserDetails User object being null after tomcat restart.

    How do i handle the following. A user is logged in successfully and they use the website for a bit. But then I restart tomcat. They send a new request to the server which has been restarted. ...
  10. Login targets, how do i get the target url to preserve the data after the # sign?

    When i do "http://something/view#/page/mystuff" and successfully login. The target url is "http://something/view". How do i get the target url to preserve the data after the # sign.

    My spring...
  11. Wow that was quick. thank you for your response....

    Wow that was quick. thank you for your response. I am sorry for my ignorance. I don't understand how the following would work. I have a pool of machines running a website. A user is prompted to...
  12. spring security setup question do have to cluster

    I appreciate any help. I sure hope someone can answer my question. I am having a hard time getting a clear answer. For a website do i have to cluster my tomcats because of the need to share...
Results 1 to 12 of 12