Click here to Skip to main content
15,916,019 members

Comments by FluffySaysNo (Top 10 by date)

FluffySaysNo 14-May-14 9:09am View    
Wow.. I cannot believe I missed something that simple!! this may actually simplify my coding practices, thank you!
FluffySaysNo 8-May-14 12:46pm View    
Don't forget to mark an answer if it answers, or leads you to an answer for, your question. ;D
FluffySaysNo 8-May-14 12:42pm View    
You are welcome. Just take some time to get associated with the code, I promise it will come together and get easier as you get more acclimated to the process. :)
FluffySaysNo 8-May-14 12:30pm View    
Sorry, no, there really is no other way that is as effective as this. Once you have a good foundation set in place, this process really does get easier and more manageable. I've given you about as much as I can without doing the programming for you. Each step is there between your original code and my updated answer
FluffySaysNo 8-May-14 12:24pm View    
Your client code will have to handle the redirection, not your server code. It doesn't have a reference to the page, so it cannot redirect from or to it, given it is static. You should pass back a bool value that tells the javascript to either continue or transfer to login page.

I have updated my answer to reflect this process