Discussions
- General Development
- Schema Development
- Apex Code Development
- Visualforce Development
- Formulas & Validation Rules
- Security
- Mobile
- Force.com Sites & Site.com
- Chatter Development
- Java Development
- .NET Development
- Perl, PHP, Python & Ruby
- Desktop Integration
- APIs and Integrations
- Visual Workflow
- Apple, Mac and OS X
- VB and Office Development
- AppExchange Directory & Packaging
- Salesforce Labs & Open Source Projects
- Other Salesforce Applications
- Jobs Board
- Force.com Discussion Boards
- :
- Developer Boards for Force.com and Database.com
- :
- Force.com Sites & Site.com
- :
- Re: Intermittent "Authorization Required" error af...
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Intermitte nt "Authoriza tion Required" error after update of VF Page for Site.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-27-2012 12:22 PM
I have a sites app that has six pages that work in sequence like a wizard using one controller. It's working pretty well.
Here's something that baffles me though. I'm testing the side, I change some stuff on the page, and reload the page. All's fine. I do that several times. Every once in a while, I get an error, sometimes on the first page, sometimes on a subsequent page, that says "Authorization Requires". I wait about give minutes and the page works again.
Is SF maybe somehow caching stuff when the implementation is uploaded and sometimes it gets out-of-date after an update or something like that?
It has me worried as I don't know to get spurious errors now and then once the application is deploy to production.
Re: Intermitte nt "Authoriza tion Required" error after update of VF Page for Site.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-30-2012 12:13 PM
If you think it's the cache, set the cache to false in vf page...hopefully that fixes it.
<apex:page cache="false">
Re: Intermitte nt "Authoriza tion Required" error after update of VF Page for Site.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-31-2012 10:05 AM
IF you made some changes in your page and you just clicked on page it gives the authorization error, you have to refresh page after completing changes in your VF page or you can press ctrl+F5.
Thanks,
Ravi

