Welcome Guest, Not a member yet? Register   Sign In
[SOLVED] CI4 have cache Request or not?
#1
Lightbulb 
(This post was last modified: 10-01-2020, 01:24 AM by nc03061981.)

I have a question:
CI4 have Cache Request?  Or which application has Cache?

Here is an example of the question above:
- Setted route = get, post
- Form action = post, data is not posted, then I change action = get and submit, then continue to change action = post, the data is posted normally (is there a Cache Request or not?)

Thanks for help

Normal use route get
- after add route post and CI4 still think is get.
If no change, CI4 still think is get
That is problem? Any cache here...

Learning CI4 from my works, from errors and how to fix bugs in the community

Love CI & Thanks CI Teams

Reply
#2

Every time I change route, I have to close the browser tab and reopen it, and then route is effective

Learning CI4 from my works, from errors and how to fix bugs in the community

Love CI & Thanks CI Teams

Reply
#3

Then your web browser is caching the page.

You did not say what web browser you are using but most have a way to clear there cache.

Chrome:

Bring up developers tools then right click on the circle refresh arrow and click on
Empty Cache and Hard Reload.

The others you will need to search for.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply
#4

@InsiteFX
As you said Browser Cache it
I use Chrome, do your way, it work fine and I do not need to close Tab
Hehe, thanks for help

Learning CI4 from my works, from errors and how to fix bugs in the community

Love CI & Thanks CI Teams

Reply
#5

No problem.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply




Theme © iAndrew 2016 - Forum software by © MyBB