Redirect issues to page with iFrame - iframe

I have an iFrame embedded at flylimoservice.com/reservations/
When navigating to the homepage of that website and clicking a link to that page from a mobile device for the first time partially loads the reservations page and the redirects to the homepage. Any other subsequent clicks load the page with no issues.
If I remove the iFrame, the page loads without any issues.

Related

page reload after login instead of redirecting to another page

I have a website running on asp.net . We integrate our website with our partners using iframe.
When our login is open in iframe, the user fills out the form and clicks on signup. After that button is clicked, the same login page reloads. This problem only occers on Chrome. On other browsers ,such as Microsoft Edge and Mozilla Firefox, everything works fine.
The error I got in the console in chrome is

Google Analytics Landing Page Spam

one of my clients websites shows a wrong URL when I open the landing page in a new browser. Note that the source/ medium is organic. The sub pages that shows in my landing page column are right, but when I open it to see and check the website, it redirects me to a spammy website or what i believe is one of our competitors trying to copy our site. I have no idea how does it happen, i check all the property settings and everything is fine. Any suggestions?
Thanks!

Clearing cache on Master.Page

I have a master page and there is ahref link on this masterpage. It is linked to page2.aspx When user login, he/she goes to default.aspx directly. When user clicks that link, the page goes to page2.aspx. The problem is that I want to clear cache of default page. This way when user clicks to link after login, he/she won't be able to go back to default page using back button on browser. Is that possible?
It is not possible to simply clear a page that is already in cache. Instead, you need to prevent the page from being cached by the browser:
Disabling browser caching for all browsers from ASP.NET

Google Analytics: 100% Drop off from landing page

I have a Web site built in Drupal 7 - we'll call it website.com. Outside of that site, I have a campaign specific landing page - we'll call that website.com/landingpage. On this page, there are a couple of buttons back to the main website (website.com). I have goals set up that track a user from that landing page, back to the main site home page, then through a few other steps. for some reason, even though I know users are clicking through to the site, I'm getting a 100% drop-off from the landing page to the main site...
...anyone have any thoughts as to why this is?
Is it a dynamic webapp? Is the routing is handled in the client and not on the server side?
If it is a dynamic webapp and routing is handled in the client, then GA won't track your pageviews automatically, and you have to do it manually. https://developers.google.com/analytics/devguides/collection/analyticsjs/single-page-applications
If you are using angularjs you can use this great tool:
http://luisfarzati.github.io/angulartics/

why does a site loaded in an iframe not recognize that i am logged in to that site in another tab?

I am logged into a phpBB site in a Firefox tab.
On my site I load the same phpBB site in an iframe in another tab of Firefox.
When I load the iframe it takes me to the login page.
If I open the phpBB site again in a third tab, I am still logged in.
Is this because a new session ID is being issued because of the iframe? Or maybe it's because of the session cookies?
Thanks
It might be to protect against click-jactking. If the page detects that it is in a tab, it loads the login page instead. Try reloading the page with JavaScript turned off.

Resources