javascript - My Code is not working on Live Server -


if(isset($_session['jobsess'])) {     $jobslug=$_session['jobsess'];     header('location:http://cablingjobs.com/jobs/view/'.$jobslug.'/');     exit; } 

i put above code in staging site of wpengine.its working.

but when when using same on live site doesn't redirect.

i.e. header() not working properly. may issue cache cause when see source of site.

each link having content.

for example:

src='http://3bceom1dyooq2orklp30o45s.wpengine.netdna-cdn.com/wp-includes/js/thickbox/thickbox.js?ver=3.1-20121105' 

what 3bceom1dyooq2orklp30o45s in above link ?

it seems script hosted on cdn (content delivery network) .

and part 3bceom1dyooq2orklp30o45s added cdn in url.


Comments

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

[C++][SFML 2.2] Strange Performance Issues - Moving Mouse Lowers CPU Usage -

ios - Possible to get UIButton sizeThatFits to work? -