It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
We have a web application. We are using tomcat 7 ans shiro. The site working well on IE and Firefox, but not in Chrome:
Say we have 2 users: one is admin and can access the whole site. The other is guest and can access to only one part of the site. In Chrome, when I log in with admin account, everything works well. But if I log out, and then, logging in with guest account, I can access to the whole site... If I hard-refresh, then the accesses to restricted parts works again.
I don't understand why it happen on Chrome. Any advise?
I finally managed to find a solution:
I add this Jquery method:
$.ajaxSetup({
cache: false
});
It prevent the browser to caching.
Hope it can be usefull.
Related
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I have tried to Launch Hotmail App from my app but could not do so.
Is there anyway to call/list third party application in my WP8 app?
You can use LaunchUriAsync to launch the email app (I assume this is what you mean by Hotmail app), using a mailto: format URI. See MSDN for reference and a list of other URI/files types you can use for other built-in apps.
You can't list 3rd party apps, only other applications you yourself have published in the Store.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
In localhost/blah/index.php it lets me login, register accs, etc.
I uploaded my website it to my webhost.
I go to my website but i see no mysql connection.
It works fine on my localhost/phpmyadmin/xampp or w/e u call it
What is making this happen?
Finding a new webhost and or updating my php version is not an option
Maybe you use your local database settings. Update them to the server database settings.
Make sure you have MySQL on your server.
Check connection setting for MySQL on the server.
Upload or create database/table as required on the server.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I would like to send data to a html form from MS Access.
I would like to do something like this:
http://webaddress/form.php?what=something
from Visual Basic. Can I do this?
I'll take a stab and assume that you are not hosting pages from your MS-Access Database.
What you need to do is reference the Microsoft Web Browser Control in your project, and pass the URL with the parameters to that control. You can then monitor the control to see if the server sent you error codes, and what messages came from the server.
Here's a link: http://support.microsoft.com/kb/304643
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I am creating a html5 web app. In that web app Contents are loaded dynamically from the XML feed. The feed XML has list of image URLs. I added that URLs in the cache.manifest file to support offline access. In that list of URLs if one URL is giving 404, because of that caching is not working how to solve this issue.
Manifest cache files will fail (and therefore your appcache will be incomplete) if there are any errors at all. So, if the close.png URL is throwing a 404, remove it or correct it—your cache won't work otherwise, simple as that.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
When I study about cloud-computing, I usually see these terms: on-premise, off-premise applications. I tried to search them on Google, but no luck. Can anyone please explain these terms to me?
On premises means on location, whereas off premises means remote (in the cloud). For instance if an application runs on an "on-premises" server it means the server is physically in the company. If you have an off-premises solution it's hosted in the cloud or centralized location.
you can always check wikipedia for explanation of technical terms:
http://en.wikipedia.org/wiki/On-premises_software
http://en.wikipedia.org/wiki/Cloud_computing