anonymous-users
In Rails 3 app, how do I allow anonymous users to access a controller action only once?
For example, suppose I had a blog and anybody could read the articles, read the comments, and flag any comment as inappropriate. How do I prevent non-signed-in users from clicking the \"Flag Comment\"[详细]
2023-04-11 03:33 分类:问答Possible solutions for keeping track of anonymous users
I\'m cu开发者_运维百科rrently developing a web application that has one feature while allows input from anonymous users (No authorization required). I realize that this may prove to have security risk[详细]
2023-03-13 19:13 分类:问答Checking where the user came from (stumbleupon) [duplicate]
This question already has answers here: Closed 11 years ago. Possible Duplicate: Track where users come from in PHP?[详细]
2023-02-28 06:43 分类:问答Authorization in ASP.NET 4
I have a site which is running in ASP.NET 4.0, on Windows 7 Ultimate. It is using FormsAuthentication, with a nice little logon page, all of which is fine so far as logging in and authenticating.[详细]
2023-01-14 07:01 分类:问答How do you get asp.net anonymous authentication token for profile support?
So I have an asp.net Web Application (Not Web Site) that I am trying to support profiles for anonymous users.I have a form and I want anonymous users to be able to enter their name and email only once[详细]
2023-01-03 15:06 分类:问答How to load roles from database for anonymous user in spring security 3?
I\'m using Spring Security 3.0.2 and I can\'t find a way to load roles of anonymous user from database (I\'ve got dynamic roles where roles can be given to everyone).[详细]
2022-12-21 15:34 分类:问答Drupal anonymous user permissions problem
I have been wracking my brain on how to solve this issue for hours now, and I know I\'m not the first one to encounter it.[详细]
2022-12-15 12:59 分类:问答