Skip to main content
Inspiring
December 16, 2007
Question

Restrict access to page

  • December 16, 2007
  • 2 replies
  • 391 views
CS3. A page with a form, an insert record behavior, a restrict access to page behaviour, and a recordset (accessed by a session variable) which is used to supply hidden files with some (but not all) default info for the insert record.
When the submit button is pressed, instead of updating the data, the user is diverted to the page specified by the restrict access to page behavior.
Remove this behavior and everything works like clockwork.

Has anyone come acreoss this before?
This topic is closed to new replies. Start a new post to keep the conversation going.

2 replies

Inspiring
December 17, 2007
No. It happens on line and off line. As a temporary fix, I deleted the restrict access behaviour, but I will need to sort it just in case.

Luckily any attempt to access the page direct causes a http 500 error, so its pretty safe. Is there a need to protect an insert record page?
Inspiring
December 17, 2007
Does this occur when you are testing the page? Usually this will happen
when you are not actually logged in to the site.

Just a thought.

Chris
whatalotofrubbish wrote:
> CS3. A page with a form, an insert record behavior, a restrict access to page
> behaviour, and a recordset (accessed by a session variable) which is used to
> supply hidden files with some (but not all) default info for the insert record.
> When the submit button is pressed, instead of updating the data, the user is
> diverted to the page specified by the restrict access to page behavior.
> Remove this behavior and everything works like clockwork.
>
> Has anyone come acreoss this before?
>