Re: [C#] check I come from ...
Efran Cobisi <[email protected]>
| Newsgroups | gmane.comp.windows.devel.dotnet.web |
|---|---|
| Organization | QBGROUP SpA |
| Message-ID | <[email protected]> |
Christopher, From the security point of view, this solution is secure as the HTTP referer one. Users could open each one of the pages in different windows and spoof the value the last opened page has stored in the session. However, I'm still wondering if security is an issue for this problem. Gabriel, could you answer to this one? HTH -- Efran Cobisi http://www.cobisi.com Christopher Frazier wrote: > Use Session["lastViewedPage"] or something like that. Just set it to the > current page in the PreRender event, and check for the correct one in Load. > > -- > -Christopher > | AspInsider > http://chrisfrazier.net/blog > =================================== This list is hosted by DevelopMentor® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com