# Session URL Retrieval

Retrieve the current session URL with Zipy's getCurrentSessionUrl function, enabling you to obtain and utilize the session's URL dynamically. Here is a sample code snippet:

```java
import com.zipy.zipyandroid.Zipy
String sessionUrl = Zipy.getCurrentSessionURL();
```

This function can be useful for tracking and analyzing user behavior within your application.
