Software Hosting and Development Services available at PKP Publishing Services
As the developers of Open Journal Systems, Open Conference Systems, Open Harvester Systems, and Open Monograph Press, the PKP team are experts in helping journal managers and conference organizers make the most of their online publishing projects. PKP Publishing Services offers support for:
As a customer of PKP Publishing Services, you will not only receive direct, personalized support from the PKP Development Team, but will be contributing to the ongoing development of the PKP applications. All funds raised by PKP Publishing Services go directly toward enhancing our free, open source software. For more information, please contact us.
Are you an Editor, Author, or Journal Manager in need of help? Want to talk to us about workflow issues? This is your forum.
Moderators: jmacgreg, michael, John, vgabler
Forum rules
This forum is meant for general questions about the usability of OJS from an everyday user's perspective: journal managers, authors, and editors are welcome to post questions here, as are librarians and other support staff. We welcome general questions about the role of OJS and how the workflow works, as well as specific function- or user-related questions.
What to do if you have general, workflow or usability questions about OJS:1.
Read the documentation. We've written documentation to cover from OJS basics to system administration and code development, and we encourage you to read it.
2.
take a look at the tutorials. We will continue to add tutorials covering OJS basics as time goes on.
3.
Post a question. Questions are always welcome here, but if it's a technical question you should probably post to the
OJS Technical Support subforum; if you have a development question, try the
OJS Development subforum.
by ramon » Wed Oct 15, 2003 7:22 am
We are having a problem in the reviewer section. This is what happens:
1 - we log in as a reviewer, click on reviewer to view their records
2 - we sign out from this reviewer.
3 - we log in as another reviewer, with different name/password, and click reviewer to view their records
4 - the record visible is the previous reviewer´s record.
If we force refresh (CTRL-F5) we then view the current reviewer´s record (this happens in IE5.5 + and Mozilla Firebird).
we tried adding the following metas in the header.php in include/ and admin/include, but nothing happened.
<meta name="Pragma" content="no-cache">
<meta name="Cache-Control" content="no-cache">
<meta name="Expires" content="Mon, 06 Jan 1990 00:00:01 GMT">
We would like to know if anyone else is having these problems and how they got solved...
This does not happen in Netscape Navigator 6
We would like to add that we are behind a firewall for internet access and use specific proxy settings for local network access. We don´t know if these could be a problem.
-
ramon
-
- Posts: 905
- Joined: Wed Oct 15, 2003 6:15 am
- Location: Brasília/DF - Brasil
-
by kevin » Wed Oct 15, 2003 8:30 pm
If you're accessing the site through a proxy cache, I suspect that is the cause.
Have you tried preventing caching through HTTP headers rather than META tags?
For example, you could add something like the following to a common file, such as admin/include/header.php for admin pages:
- Code: Select all
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
-
kevin
-
- Posts: 338
- Joined: Tue Oct 14, 2003 8:23 pm
-
by ramon » Fri Oct 17, 2003 10:12 am
we´ll try that and let you know
thanks
-
ramon
-
- Posts: 905
- Joined: Wed Oct 15, 2003 6:15 am
- Location: Brasília/DF - Brasil
-
by ramon » Fri Oct 17, 2003 12:16 pm
Apparently using the http header properties worked...
we still need to test it on older computers, used by the journal´s workers....
thanks again
-
ramon
-
- Posts: 905
- Joined: Wed Oct 15, 2003 6:15 am
- Location: Brasília/DF - Brasil
-
Return to OJS Editorial Support and Discussion
Who is online
Users browsing this forum: Google [Bot] and 3 guests